From: Richard M. Stallman Date: Sat, 28 Jun 1997 00:44:52 +0000 (+0000) Subject: (scroll-bar-mode): Extra defvar to avoid warning. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80593 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1064fe3876f6a4d91f32bbd7ced15d93d4bac247;p=emacs.git (scroll-bar-mode): Extra defvar to avoid warning. --- diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index bf0c1e8ed0a..8e07f3a5f6a 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -56,6 +56,8 @@ that scroll bar position." ;;;; Helpful functions for enabling and disabling scroll bars. +(defvar scroll-bar-mode) + (defun set-scroll-bar-mode (ignore value) "Set `scroll-bar-mode' to VALUE and put the new value into effect." (setq scroll-bar-mode value)